UInt16NINumericUInt16NIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt16N>.IsGreaterThan(
UInt16N value
)
Private Function IsGreaterThan (
value As UInt16N
) As Boolean Implements INumeric(Of UInt16N).IsGreaterThan
private:
virtual bool IsGreaterThan(
UInt16N value
) sealed = INumeric<UInt16N>::IsGreaterThan
private abstract IsGreaterThan :
value : UInt16N -> bool
private override IsGreaterThan :
value : UInt16N -> bool
- value UInt16N
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)